home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 85 / CD-ROM 85 / CD-ROM 85.iso / aplic / 2sync / 2SyncSetup.exe / graphics / scripts / DefineSprite_509 / frame_6 / DoAction.as
Encoding:
Text File  |  2002-03-20  |  345 b   |  13 lines

  1. if(eval("_level0/data:ch_update" add eval("../../../../../:selectedChan")) == "1" and getProperty("../../", _name) eq "update")
  2. {
  3.    gotoAndPlay(10);
  4. }
  5. else if(eval("_level0/data:ch_play" add eval("../../../../../:selectedChan")) == "1" and getProperty("../../", _name) eq "play")
  6. {
  7.    gotoAndPlay(10);
  8. }
  9. else
  10. {
  11.    gotoAndStop(1);
  12. }
  13.